From c59f85e07eefee2937e6a710883081a094c69197 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 10 Apr 2001 14:16:15 +0000 Subject: [PATCH] (sh-indent-line): Add optional PREFIX-ARG parameter. --- lisp/progmodes/sh-script.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index c5339ac45f2..21a717c3863 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1,6 +1,7 @@ ;;; sh-script.el --- shell-script editing commands for Emacs -;; Copyright (C) 1993, 94, 95, 96, 97, 1999 by Free Software Foundation, Inc. +;; Copyright (C) 1993, 94, 95, 96, 97, 1999, 2001 +;; Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer ;; Version: 2.0f @@ -2437,7 +2438,7 @@ If INFO is supplied it is used, else it is calculated from current line." nil))))) -(defun sh-indent-line () +(defun sh-indent-line (&optional prefix-arg) "Indent the current line." (interactive) (sh-must-be-shell-mode) -- 2.30.2